home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mita.dir / 00283.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  241 b   |  13 lines

  1. on mouseUp
  2.   repeat with x = 3 to 5
  3.     puppetSprite(x, 1)
  4.     set the visible of sprite x to 0
  5.     puppetSprite(x, 0)
  6.   end repeat
  7.   puppetSprite(4, 1)
  8.   set the visible of sprite 4 to 1
  9.   puppetSprite(4, 0)
  10.   updateStage()
  11.   pauseQT()
  12. end
  13.